projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8116f
)
* configure.ac: Fix typo in diagnostic.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 18 Mar 2017 04:36:52 +0000
(21:36 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 18 Mar 2017 04:37:10 +0000
(21:37 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 4a6f32f7536e8d9a90b761bea90788b5e9f2c155..b922dc473d6cb5e6141382b7b5f6dc1438df18ab 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-235,7
+235,7
@@
AC_DEFUN([OPTION_DEFAULT_ON], [dnl
OPTION_DEFAULT_OFF([mailutils],
[rely on GNU Mailutils being installed; this makes the options
- --without-pop through --with-mailhost irrelevant
)
])
+ --without-pop through --with-mailhost irrelevant])
if test "$with_mailutils" = no; then
with_mailutils=
fi